-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Breaking] Remove shorthand for store_xids in bulk loader. #5148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! all files reviewed, all discussions resolved
Remove shorthand for store_xids in bulk loader and modify bulk_live_fixture_test accordingly.
Dear contributor, what does this PR do?
Remove
-x
short hand forstore_xids
flag in bulk loader. Neitherstore_xids
norxidmap
has any shortcut in bulk loader in the PR.Motivation
This is done to avoid confusion with
-x
flag forxidmap
in live loader. Do not want-x
to stand for different actions between live loader and bulk loader.Components affected by this PR
Bulk loader
Does this PR break backwards compatibility?
Yes, it removes a shorthand flag which is present in current master.
This change is
Docs Preview: